home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
-
- <!--
- This is the Order Response Header which extends the Order Header.
- -->
-
- <elementtype name="OrderResponseSummary">
- <extends type="OrderSummary">
- <append>
- <!-- if OrderResponseErrorInfo exists then the caller must
- check it before processing the header or detail.
- For example, if the PO is a duplicate or the account code
- is not correct, the SalesOrderService will fill in
- this error info with appropriate error code. -->
- <element type="ErrorInfo" name="OrderResponseErrorInfo" occurs="?" />
- </append>
- </extends>
- </elementtype>
- </schema>
-